dsh-tavily-search-provider:为 DeepSeek Harness 接入 Tavily 搜索的插件

`dsh-tavily-search-provider` 是一款面向 DeepSeek Harness (DSH) 的 MIT 许可插件,旨在解决 Tavily 搜索集成的参数传递、密钥安全及管理问题。其核心功能包括:注册独立的 `tavily_search` 工具并映射完整的搜索控制参数(如深度、领域、时间范围等),避免官方 provider 忽略这些特性;支持将 Tavily 作为官方 `web_search` 后端;在 DSH 设置中提供基于 Credentials 的 `TAVILY_API_KEY` 安全管理控件,支持非重启生效及回环/HTTPS 安全限制;提供无密钥泄露的状态路由;

Read More
gehennawu/dsh-service:DSH Web 运维面板

dsh-service 是一款面向 DSH Web 的开源运维面板插件,旨在集中管理安全重启、健康监控、备份恢复及 Linux 权限维护等高频运维任务。该插件要求 Node.js 22+,具备多项核心功能:支持通过检查活跃 Agent 和后台任务来防止误操作的安全重启,并提供基于 npm 标签的版本检测与一键升级;包含运行状态、内存及会话数的健康诊断与文件权限修复;提供供应商额度查询,采用指数退避策略且仅解析归一化数据以保护密钥安全。其备份管理支持 .tar.gz 归档的创建、校验及恢复,严格校验路径与完整性以防止越界攻击。此外,插件还支持技能加载状态管理、子代理模型路由配置、任务通知及会话批

Read More
DSH Plugin Store:DeepSeek Harness 的社区插件发现与安装

DSH Plugin Store 是 SandbaseAI 开发的 DeepSeek Harness 原生插件市场,旨在解决插件发现困难、需手动搜索 GitHub 及安装复杂的问题。当前版本为 v0.1.0-preview.5,基于 MIT 许可。该工具将 DSH Plugin Leaderboard 目录数据接入 DSH Web 设置,让用户无需离开界面即可浏览、筛选和安装超过 4,000 个社区插件。核心功能包括按名称、标签、排名等多维度搜索与排序,支持原生 Store UI 的 Community 和 Installed 视图,并提供 store_search、store_catalog

Read More
DSH Marketplace:DeepSeek Harness 的社区 Marketplace 插件

DSH Marketplace 是由 ouyangyipeng 维护的非官方社区插件,旨在将 GitHub `topic:dsh-plugin` 的实时社区仓库集成至 DeepSeek Harness,支持插件的发现、搜索、检查、安装、更新及卸载。在 DS-Harness Desktop v0.2.0 中内置离线版本;标准 Web profile 需 Node.js v22.19.0+ 及 pnpm,通过 `dsh plugin add` 命令安装。该插件提供 Bootstrap、Catalog、Install 和 Remove 等 HTTP API,写接口仅限同源 loopback 并需进程

Read More
dsh-community-plugins: A Guide to Discovering and Installing Community Plugins for DSH Sessions

DSH Community Plugins is an MIT-licensed DSH plugin maintained by HubaKing, designed to bridge the context gap when Agents handle community plugins. It is not a standalone store; instead, it registers a global Skill that writes the discovery, evaluation, and installation rules for community plugins into the session directory. Upon installation, the Agent can read this Skill and verify installed content against the local profile manifest, avoiding assumptions about the presence of uninstalled plugins. Its core features include providing neutral discovery channels such as GitHub topics and npm, recording official installation commands, acceleration methods, and pnpm supply chain policies, and declaring constraints such as not modifying official presets. Users can install it directly via GitHub, Gitee mirror, tarball, or

Read More
dsh-pilot: Driving Local Browsers in DeepSeek Harness Chat

dsh-pilot is a plugin for the DeepSeek Harness Web GUI, designed to drive native Edge or Chrome browsers via CDP to perform browser operation tasks. It supports opening pages, reading structured text, clicking and inputting based on snapshot references, filling forms, and uploading files, all without requiring an API key or runtime dependencies. Users can observe real-time screenshots, URLs, status, and operation logs through the cockpit panel. Each agent session uses an isolated browser instance, ensuring that parallel sessions do not interfere with each other. Installation requires Node >= 22, and the plugin can be added via the `dsh plugin` command from GitHub or a local directory, followed by restarting the `dsh web` process. Key limitations include support for only headless mode, single-session single-tab functionality, and restricted interaction capabilities.

Read More